.bottomsuction {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.bottomsuction-li {
  display: block;
  flex: 1;
  height: 0.6rem;
  padding-top: 0.04rem;
}
.bottomsuction-li-img {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 auto;
}
.bottomsuction-li-text {
  display: block;
  margin-top: 0.05rem;
  height: 0.17rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.17rem;
  text-align: center;
}